multiprocessor - определение. Что такое multiprocessor
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое multiprocessor - определение

USE OF TWO OR MORE CENTRAL PROCESSING UNITS (CPUS) WITHIN A SINGLE COMPUTER SYSTEM
Multiprocessor; Multi-processing; Multi-processor; Multiple processing units; Tightly coupled system; DP system; Multicore programming; Tightly Coupled Systems; Tightly coupled systems; Multiprocessor programming
Найдено результатов: 21
multiprocessor         
multiprocessor         
¦ noun a computer with more than one central processor.
Multiprocessor system architecture         
  • Crossbar
  • Double-reverse ring
  • Loosely coupled multiprocessor system
  • Multiprocessor system with global data multiplication - global data write-broadcasting
  • Multiprocessor system with global data multiplication
  • Symmetric multiprocessing system
  • Segmented bus
SYSTEM WITH MORE THAN ONE PROCESSOR
Architecture of multiprocessor systems
A multiprocessor system is defined as "a system with more than one processor", and, more precisely, "a number of central processing units linked together to enable parallel processing to take place".
multiprocessing         
multiprocessing         
(also multiprogramming)
¦ noun Computing another term for multitasking.
Multiprocessing         
Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system. The term also refers to the ability of a system to support more than one processor or the ability to allocate tasks between them.
symmetric multiprocessor         
MULTIPROCESSOR ARCHITECTURE WHERE TWO OR MORE IDENTICAL PROCESSORS ARE CONNECTED TO A SINGLE, SHARED MAIN MEMORY, HAVE FULL ACCESS TO ALL INPUT AND OUTPUT DEVICES, AND ARE CONTROLLED BY A SINGLE OS THAT TREATS ALL PROCESSORS EQUALLY
Symmetrical multi processor; Symmetric multiprocessor; 12-way; Symmetric Multi-Processor; Eight-way server; N-Way Workstation/Server; N-Way; N-way; Symmetrical multiprocessors; Symmetrical multiprocessing; Symmetric Multi-Processing; Symmetric multiprocessor system; Symmetric Multiprocessor; Symmetric Myltiprocessor System; Smp - symmetric multiprocessor; SMP - Symmetric Multiprocessor System; SMP – Symmetric Multiprocessor System; Symmetric Multiprocessor System; Multicore system; Variable symmetric multiprocessing; Symmetric multi-processing; Symmetrical multiprocessor; Shared-memory multiprocessing
MultiProcessor Specification         
The MultiProcessor Specification (MPS) for the x86 architecture is an open standard describing enhancements to both operating systems and firmware, which will allow them to work with x86-compatible processors in a multi-processor configuration. MPS covers Advanced Programmable Interrupt Controller (APIC) architectures.
Multiprocessor system on a chip         
Multiprocessor system-on-chip; Multiprocessor-system-on-chip; MPSoC; Mutli-processor system-on-chip; Multi-processor system-on-chip
A multiprocessor system on a chip (, or ) is a system on a chip (SoC) which includes multiple microprocessors. As such, it is a multi-core system on a chip.
Symmetric multiprocessing         
MULTIPROCESSOR ARCHITECTURE WHERE TWO OR MORE IDENTICAL PROCESSORS ARE CONNECTED TO A SINGLE, SHARED MAIN MEMORY, HAVE FULL ACCESS TO ALL INPUT AND OUTPUT DEVICES, AND ARE CONTROLLED BY A SINGLE OS THAT TREATS ALL PROCESSORS EQUALLY
Symmetrical multi processor; Symmetric multiprocessor; 12-way; Symmetric Multi-Processor; Eight-way server; N-Way Workstation/Server; N-Way; N-way; Symmetrical multiprocessors; Symmetrical multiprocessing; Symmetric Multi-Processing; Symmetric multiprocessor system; Symmetric Multiprocessor; Symmetric Myltiprocessor System; Smp - symmetric multiprocessor; SMP - Symmetric Multiprocessor System; SMP – Symmetric Multiprocessor System; Symmetric Multiprocessor System; Multicore system; Variable symmetric multiprocessing; Symmetric multi-processing; Symmetrical multiprocessor; Shared-memory multiprocessing
Symmetric multiprocessing or shared-memory multiprocessing (SMP) involves a multiprocessor computer hardware and software architecture where two or more identical processors are connected to a single, shared main memory, have full access to all input and output devices, and are controlled by a single operating system instance that treats all processors equally, reserving none for special purposes. Most multiprocessor systems today use an SMP architecture.

Википедия

Multiprocessing

Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system. The term also refers to the ability of a system to support more than one processor or the ability to allocate tasks between them. There are many variations on this basic theme, and the definition of multiprocessing can vary with context, mostly as a function of how CPUs are defined (multiple cores on one die, multiple dies in one package, multiple packages in one system unit, etc.).

According to some on-line dictionaries, a multiprocessor is a computer system having two or more processing units (multiple processors) each sharing main memory and peripherals, in order to simultaneously process programs. A 2009 textbook defined multiprocessor system similarly, but noting that the processors may share "some or all of the system’s memory and I/O facilities"; it also gave tightly coupled system as a synonymous term.

At the operating system level, multiprocessing is sometimes used to refer to the execution of multiple concurrent processes in a system, with each process running on a separate CPU or core, as opposed to a single process at any one instant. When used with this definition, multiprocessing is sometimes contrasted with multitasking, which may use just a single processor but switch it in time slices between tasks (i.e. a time-sharing system). Multiprocessing however means true parallel execution of multiple processes using more than one processor. Multiprocessing doesn't necessarily mean that a single process or task uses more than one processor simultaneously; the term parallel processing is generally used to denote that scenario. Other authors prefer to refer to the operating system techniques as multiprogramming and reserve the term multiprocessing for the hardware aspect of having more than one processor. The remainder of this article discusses multiprocessing only in this hardware sense.

In Flynn's taxonomy, multiprocessors as defined above are MIMD machines. As the term "multiprocessor" normally refers to tightly coupled systems in which all processors share memory, multiprocessors are not the entire class of MIMD machines, which also contains message passing multicomputer systems.